home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / opening / 00052_The White House.ls < prev    next >
Encoding:
Text File  |  1995-08-04  |  147 b   |  9 lines

  1. on mouseDown
  2.   global firstTime
  3.   pushButton()
  4.   if firstTime = 1 then
  5.     sound playFile 2, "mar3.aif"
  6.   end if
  7.   go("opening", "whouse.dir")
  8. end
  9.